home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #2 / Amiga Plus CD - 2004 - No. 02.iso / AmigaPlus / Tools / Anwendungen / CManager / Developer / Include / proto / CManager.h
Encoding:
C/C++ Source or Header  |  2004-01-31  |  588 b   |  29 lines

  1. #ifndef PROTO_CMANAGER_H
  2. #define PROTO_CMANAGER_H
  3.  
  4. /*
  5. **  $VER: CManager.h 25.3 (18.1.2004)
  6. **  Includes Release 25.3
  7. **
  8. **  SAS `C' style prototype/pragma header file combo
  9. **
  10. **  Written by Simone Tellini and Alfonso Ranieri <alforan@tin.it>.
  11. **
  12. **  Released under the terms of the
  13. **  GNU Public Licence version 2
  14. */
  15.  
  16. #ifndef PRAGMAS_CMANAGER_PRAGMAS_H
  17. #include <pragmas/CManager_pragmas.h>
  18. #endif
  19.  
  20. #ifndef LIBRARIES_CMANAGER_H
  21. #include <libraries/CManager.h>
  22. #endif
  23.  
  24. #ifndef __NOLIBBASE__
  25. extern struct Library *CManagerBase;
  26. #endif /* __NOLIBBASE__ */
  27.  
  28. #endif /* PROTO_CMANAGER_H */
  29.